home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5189 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  927 b 

  1. Path: skypoint.com!usenet
  2. From: Troy Barlow <tbarlow@skypoint.com>
  3. Newsgroups: comp.os.ms-windows.programmer.win32,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.ole,comp.lang.c++
  4. Subject: Re: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: Fri, 02 Feb 1996 16:25:04 -0600
  6. Organization: SkyPoint Communications, Inc.
  7. Message-ID: <31128F40.592@skypoint.com>
  8. References: <4enu1u$20c_001@adv.magwien.gv.at> <3110E37C.352C@novabase.pt>
  9. NNTP-Posting-Host: dial045.skypoint.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (Win95; I)
  14.  
  15. Filipe Cust=?iso-8859-1?Q?=F3dio ?= wrote:
  16. > You must use universal Thunks. However, your program will not run under
  17. > NT or Win32s.
  18.  
  19.   Not true. In fact Universal Thunk only works under Win32s. Under
  20. Win 95 he needs to use the thunk compiler to generate thunk code. Under
  21. Win NT no thunking is possible.
  22.